{
  "name": "Enforcer Cabal",
  "buildOptions": {
    "maxSteps": 1000,
    "fixObstacles": true,
    "fixNonStraight": true,
    "fixIntersected": true,
    "compactMap": true,
    "addDebugInfo": false,
    "colorizeConnectionIssues": true
  },
  "rooms": [
    {
      "id": 23600,
      "name": "The Entrance",
      "exits": {
        "North": 23601,
        "East": 5551
      }
    },
    {
      "id": 23601,
      "name": "Inside the HQ",
      "exits": {
        "North": 23602,
        "South": 23600,
        "West": 23603,
        "Up": 23604
      }
    },
    {
      "id": 23602,
      "name": "Room of Laws",
      "exits": {
        "South": 23601
      }
    },
    {
      "id": 23603,
      "name": "The chapel",
      "exits": {
        "East": 23601
      }
    },
    {
      "id": 23604,
      "name": "Upstairs",
      "exits": {
        "West": 23605,
        "Down": 23601
      }
    },
    {
      "id": 23605,
      "name": "Mayor\u0027s Room",
      "exits": {
        "East": 23604
      }
    },
    {
      "id": 5551,
      "name": "To Ofcol",
      "otherAreaExit": true,
      "exits": {
        "North": 5552,
        "East": 5553,
        "South": 5550,
        "West": 23600
      }
    }
  ]
}